home *** CD-ROM | disk | FTP | other *** search
- on prevFrame
- if the locV of sprite 4 < 480 then
- puppetSprite(3, 1)
- end if
- puppetSprite(4, 1)
- set the locV of sprite 3 to 463
- set the locV of sprite 4 to 525
- go(marker(-1))
- pause()
- end
-
- on nextFrame
- if the locV of sprite 4 < 480 then
- puppetSprite(3, 1)
- end if
- puppetSprite(4, 1)
- set the locV of sprite 3 to 463
- set the locV of sprite 4 to 525
- go(marker(1))
- pause()
- end
-
- on lastFrame
- if the locV of sprite 4 < 480 then
- puppetSprite(3, 1)
- end if
- puppetSprite(4, 1)
- set the locV of sprite 3 to 463
- set the locV of sprite 4 to 525
- go("last")
- pause()
- end
-
- on startFrame
- if the locV of sprite 4 < 480 then
- puppetSprite(3, 1)
- end if
- puppetSprite(4, 1)
- set the locV of sprite 3 to 463
- set the locV of sprite 4 to 525
- go("start")
- pause()
- end
-